std::basic_string::push_back

From Cppreference

Jump to: navigation, search
void push_back( CharT ch );

Appends the given character ch to the end of the string.

Contents

Parameters

ch - the character to append

Return value

(none)

Complexity

constant.

See also

pop_back
removes the last character
(public member function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages